home *** CD-ROM | disk | FTP | other *** search
- @(#) HISTORY,v 1.12 1993/07/21 01:14:58 lasse Exp
- This is how CForms has evolved
- ------------------------------
-
- Version 2.2
- -----------
- 930721 Better editing functionality for fields.
- 930721 Added global events which are active on all pictures in all modules.
- 930721 Exit and Entry event routines may now do fld_move and get correct
- result. For instance to validate fields and move back if illegal
- value has been entered.
- 930721 Added the special key ANY to catch all keys in an event. The
- code of the key is available in the variable event_code.
- 930720 Added the key DEL.
- 930531 Added the cforms_refresh.
- 930531 Added the cforms_system call as suggested by Russel Fulton.
-
- Version 2.1
- -----------
- 930520 CCode statements are not mangled, the generated code also
- saves the comments.
-
- Version 2.0
- -----------
- 930511 The parser is now implemented in YACC.
- 930123 Added forbidden fields.
- 930123 Added the routine fld_get_trimmed.
- 930123 Bugfix: If Event DRAW moves to a field it now works.
- 930123 Added SHELL in Makefile.
-
- Version 1.2.1
- -------------
- 930120 Fixed the debug output message.
- 930120 Added veryclean as maketarget.
- 930120 Safer version extraction in Makefile for doc.
-
- Version 1.2
- -----------
-
- 930107 Added the -v option to cfc and cfl to print current version.
- 930106 In protected fields cursor movements is converted to be movement to
- next field.
- 930106 Added 'Center' and 'Max' as possible position values.
- 930106 Added the command 'cfl' abd support for multimodule aplications.
- 930106 Pictures can have the attribute 'Frame'.
- 930106 Fields can be highlighted and the routines fld_sattr and fld_cattr was
- added.
- 930106 Fields can be initialized with a value.
- 930106 The routine fld_name was added.
-
- Version 1.0
- -----------
- 920125 First release.
-